Click or drag to resize

StreamSave Method (Stream)

Saves data from this stream to the specified Stream.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream.
See Also